home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / rexx / loadrequest.rx < prev    next >
Text File  |  1996-06-18  |  344b  |  20 lines

  1. /*
  2.    $VER: LoadRequest.rx V3.2 (9.7.94)
  3.    © 1993-94 by Andreas R. Kleinert
  4.  
  5.    This script demonstrates some kind of remote control of SuperView
  6.    by using SuperView's ARexxPort.
  7.  
  8. */
  9.  
  10. address command
  11.  
  12. SuperView "-INSTALL_APPMENU=FALSE -INSTALL_APPICON=FALSE"
  13.  
  14. wait 3
  15.  
  16. address 'SuperView.rx' "OPEN_GUI"
  17. address 'SuperView.rx' "REQUEST"
  18.  
  19. exit
  20.